[INFO] cloning repository https://github.com/jim-ec/generic-geometric-algebra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jim-ec/generic-geometric-algebra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjim-ec%2Fgeneric-geometric-algebra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjim-ec%2Fgeneric-geometric-algebra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 390bc61e6ac2df0df0857a251efad1d5d1ddba44
[INFO] fixing jim-ec/generic-geometric-algebra against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjim-ec%2Fgeneric-geometric-algebra" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jim-ec/generic-geometric-algebra
[INFO] finished tweaking git repo https://github.com/jim-ec/generic-geometric-algebra
[INFO] tweaked toml for git repo https://github.com/jim-ec/generic-geometric-algebra written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jim-ec/generic-geometric-algebra on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jim-ec/generic-geometric-algebra already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a
[INFO] running `Command { std: "docker" "start" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.7.0
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking generic_ga v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0770]: the type of const parameters must not depend on other generic parameters
[INFO] [stdout]  --> src/blade.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn foo<const LEN: usize, const ARR: [u8; LEN]>() -> [u8; LEN] {
[INFO] [stdout]   |                                          ^^^ the type must not depend on the parameter `LEN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0770]: the type of const parameters must not depend on other generic parameters
[INFO] [stdout]  --> src/blade.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn foo<const LEN: usize, const ARR: [u8; LEN]>() -> [u8; LEN] {
[INFO] [stdout]   |                                          ^^^ the type must not depend on the parameter `LEN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/algebra.rs:24:42
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type CGA<const D: usize> = Algebra<{ D + 1 }, 1, 0>;
[INFO] [stdout]    |                                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:31:76
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn geometric<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.geometric(T, M) }, M> {
[INFO] [stdout]    |                                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:35:75
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn exterior<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.exterior(T, M) }, M> {
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ) -> Blade<{ B.left_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> Blade<{ B.right_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn inner<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.inner(T, M) }, M> {
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:57:73
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn scalar<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.scalar(T, M) }, M> {
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ) -> Blade<{ B.left_contraction(T, M).reverse().left_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/common.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut result = [0; N + M];
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/common.rs:23:82
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn concat<const N: usize, const M: usize>(a: [i32; N], b: [i32; M]) -> [i32; N + M] {
[INFO] [stdout]    |                                                                                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/algebra.rs:24:42
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type CGA<const D: usize> = Algebra<{ D + 1 }, 1, 0>;
[INFO] [stdout]    |                                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:31:76
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn geometric<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.geometric(T, M) }, M> {
[INFO] [stdout]    |                                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:35:75
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn exterior<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.exterior(T, M) }, M> {
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ) -> Blade<{ B.left_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> Blade<{ B.right_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn inner<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.inner(T, M) }, M> {
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:57:73
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn scalar<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.scalar(T, M) }, M> {
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/blade.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ) -> Blade<{ B.left_contraction(T, M).reverse().left_contraction(T, M) }, M> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/common.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut result = [0; N + M];
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: complex const arguments must be placed inside of a `const` block
[INFO] [stdout]   --> src/common.rs:23:82
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn concat<const N: usize, const M: usize>(a: [i32; N], b: [i32; M]) -> [i32; N + M] {
[INFO] [stdout]    |                                                                                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:20:29
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Blade<const B: Basis<N>, const M: Metric<N>>(pub f64);
[INFO] [stdout]    |                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:20:49
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Blade<const B: Basis<N>, const M: Metric<N>>(pub f64);
[INFO] [stdout]    |                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:20:29
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Blade<const B: Basis<N>, const M: Metric<N>>(pub f64);
[INFO] [stdout]    |                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:20:49
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct Blade<const B: Basis<N>, const M: Metric<N>>(pub f64);
[INFO] [stdout]    |                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/algebra.rs:32:39
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub const fn metric() -> Metric<{ Self::DIM }> {
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `Algebra::<P, Q, R>::DIM`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     type pub const DIM: usize = P + Q + R;
[INFO] [stdout]    |     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/algebra.rs:32:39
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub const fn metric() -> Metric<{ Self::DIM }> {
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `Algebra::<P, Q, R>::DIM`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     type pub const DIM: usize = P + Q + R;
[INFO] [stdout]    |     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const B: Basis<N>, const M: Metric<N>> Blade<B, M> {
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:22:41
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const B: Basis<N>, const M: Metric<N>> Blade<B, M> {
[INFO] [stdout]    |                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl<const S: Basis<{ N }>, const M: Metric<{ N }>> std::ops::Neg for Blade<S, M> {
[INFO] [stdout]    |                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:89:47
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl<const S: Basis<{ N }>, const M: Metric<{ N }>> std::ops::Neg for Blade<S, M> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const B: Basis<N>, const M: Metric<N>> Blade<B, M> {
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:22:41
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<const B: Basis<N>, const M: Metric<N>> Blade<B, M> {
[INFO] [stdout]    |                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl<const S: Basis<{ N }>, const M: Metric<{ N }>> std::ops::Neg for Blade<S, M> {
[INFO] [stdout]    |                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:89:47
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl<const S: Basis<{ N }>, const M: Metric<{ N }>> std::ops::Neg for Blade<S, M> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Residual<T>` is not satisfied
[INFO] [stdout]   --> src/maybe.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Residual = ();
[INFO] [stdout]    |                     ^^ the nightly-only, unstable trait `Residual<T>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout] help: the following other types implement trait `Residual<O>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:2208:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Result<Infallible, E>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:2810:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Option<Infallible>`
[INFO] [stdout] note: required by a bound in `std::ops::Try::Residual`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/try_trait.rs:160:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Residual<T>` is not satisfied
[INFO] [stdout]   --> src/maybe.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Residual = ();
[INFO] [stdout]    |                     ^^ the nightly-only, unstable trait `Residual<T>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout] help: the following other types implement trait `Residual<O>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:2208:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Result<Infallible, E>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:2810:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Option<Infallible>`
[INFO] [stdout] note: required by a bound in `std::ops::Try::Residual`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/try_trait.rs:160:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:31:37
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn geometric<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.geometric(T, M) }, M> {
[INFO] [stdout]    |                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn exterior<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.exterior(T, M) }, M> {
[INFO] [stdout]    |                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:39:44
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn left_contraction<const T: Basis<N>>(
[INFO] [stdout]    |                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:31:37
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn geometric<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.geometric(T, M) }, M> {
[INFO] [stdout]    |                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn right_contraction<const T: Basis<N>>(
[INFO] [stdout]    |                                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn inner<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.inner(T, M) }, M> {
[INFO] [stdout]    |                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn exterior<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.exterior(T, M) }, M> {
[INFO] [stdout]    |                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn scalar<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.scalar(T, M) }, M> {
[INFO] [stdout]    |                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn project<const T: Basis<N>>(
[INFO] [stdout]    |                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:39:44
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn left_contraction<const T: Basis<N>>(
[INFO] [stdout]    |                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn right_contraction<const T: Basis<N>>(
[INFO] [stdout]    |                                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn inner<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.inner(T, M) }, M> {
[INFO] [stdout]    |                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn scalar<const T: Basis<N>>(self, rhs: Blade<T, M>) -> Blade<{ B.scalar(T, M) }, M> {
[INFO] [stdout]    |                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/blade.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn project<const T: Basis<N>>(
[INFO] [stdout]    |                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `N`
[INFO] [stdout]    |
[INFO] [stdout]  3 | type const N: usize = 2;
[INFO] [stdout]    | ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/algebra.rs:33:41
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut squares = [Square::Pos; Self::DIM];
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `Algebra::<P, Q, R>::DIM`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     type pub const DIM: usize = P + Q + R;
[INFO] [stdout]    |     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of `const` in the type system not defined as `type const`
[INFO] [stdout]   --> src/algebra.rs:33:41
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut squares = [Square::Pos; Self::DIM];
[INFO] [stdout]    |                                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `type` before `const` for `Algebra::<P, Q, R>::DIM`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     type pub const DIM: usize = P + Q + R;
[INFO] [stdout]    |     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0770.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0770.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic_ga` (lib) due to 27 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `generic_ga` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a", kill_on_drop: false }`
[INFO] [stdout] 43d7593482b62e000dade256f491b517fdd6a8d2fcb89adb66637f7e3c5a845a
